home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wsmooth.zip / WSMSRC.ZIP / WSMOOTH.H < prev    next >
Text File  |  1990-09-05  |  2KB  |  48 lines

  1. // wsmooth.h RHS 9/1/90 - global defines
  2.  
  3. #define DEFAULTMSECS          100
  4. #define DEFAULTPIXELROWS      1
  5. #define DEFAULTBACK           0x00ffffff
  6. #define DEFAULTFORE           0x00000000
  7. #define DOWN                  0
  8. #define ESC                   27
  9. #define IDC_BU_SAVE           320
  10. #define IDC_CANCEL_SETTINGS   318
  11. #define IDC_CB_STRIP          308
  12. #define IDC_EB_COLOR          310
  13. #define IDC_EB_PIXROWS        313
  14. #define IDC_EB_SRATE          314
  15. #define IDC_EDIT              201
  16. #define IDC_FILENAME          200
  17. #define IDC_FILES             202
  18. #define IDC_LISTBOX           204
  19. #define IDC_PATH              203
  20. #define IDC_RB_FG             316
  21. #define IDC_RB_BG             317
  22. #define IDC_SB_GREEN          304
  23. #define IDC_SB_RED            300
  24. #define IDC_SB_BLUE           319
  25. #define IDC_SB_PIXROWS        311
  26. #define IDC_SB_SRATE          312
  27. #define IDM_SETTINGS          104
  28. #define IDM_ABOUT             103
  29. #define IDM_EXIT              102
  30. #define IDM_OPEN              101
  31. #define MAXLINE               100
  32. #define MAXLINES              500
  33. #define MAXMSECS              1000
  34. #define MAXPIXELROWS          9
  35. #define MINMSECS              5
  36. #define MINPIXELROWS          0
  37. #define MY_RBUTTON            -1
  38. #define SPACE                 32
  39. #define UP                    1
  40. #define WM_WSM_STARTTIMER       30415
  41. #define WM_WSM_STOPTIMER        30425
  42. #define WM_WSM_INCPIXROWS       30435
  43. #define WM_WSM_DECPIXROWS       30445
  44. #define WM_WSM_TERMREQUEST      30455
  45. #define WM_WSM_HOURGLASS_CURSOR 30465
  46. #define WM_WSM_NORMAL_CURSOR    30475
  47.  
  48.